Carbon


atNone

Header: Icons.h

enum {
    atNone = 0,
    atVerticalCenter = 1,
    atTop = 2,
    atBottom = 3,
    atHorizontalCenter = 4,
    atAbsoluteCenter = 5,
    atCenterTop = 6,
    atCenterBottom = 7,
    atLeft = 8,
    atCenterLeft = 9,
    atTopLeft = 10,
    atBottomLeft = 11,
    atRight = 12,
    atCenterRight = 13,
    atTopRight = 14,
    atBottomRight = 15
};

Constant descriptions

atNone
atVerticalCenter
atTop
atBottom
atHorizontalCenter
atAbsoluteCenter
atCenterTop
atCenterBottom
atLeft
atCenterLeft
atTopLeft
atBottomLeft
atRight
atCenterRight
atTopRight
atBottomRight


© 2000 Apple Computer, Inc. — (Last Updated 4/18/2000)